func runtime.asanpoison

5 uses

	runtime (current package)
		asan0.go#L22: func asanpoison(addr unsafe.Pointer, sz uintptr)   { throw("asan") }
		malloc.go#L1162: 		asanpoison(rzBeg, size-userSize)
		mgcsweep.go#L587: 					asanpoison(unsafe.Pointer(x), size)
		mheap.go#L1438: 			asanpoison(base, bytes)
		stack.go#L471: 		asanpoison(v, n)